home *** CD-ROM | disk | FTP | other *** search
- <script language="Javascript">
- <!--
- // original content taken from Nic's JavaScript Page with permission
- // lack of these three lines will result in copyright infringment
- // made by: Nic's JavaScript Page - http://www.javascript-page.com
-
- var URL = #URL#
- var speed = #DELAY#
-
-
- function reload() {
- location = URL
- }
-
- setTimeout("reload()", speed);
- //-->
- </script>
-
-